home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Ocapsule.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  317b  |  13 lines

  1. #ifndef _OCAPSULE_H_
  2. #define _OCAPSULE_H_
  3.  
  4. enum
  5. {
  6.     PRIM_CAPSULE_RADIUS                = 5200,    // REAL
  7.     PRIM_CAPSULE_HEIGHT                = 5201, // ==PRIM_CONE_HEIGHT
  8.     PRIM_CAPSULE_HSUB                    = 5202, // ==PRIM_CONE_HSUB
  9.     PRIM_CAPSULE_FSUB                    = 5203, // ==PRIM_CONE_FSUB
  10.     PRIM_CAPSULE_SEG                    = 5204  // ==PRIM_CONE_SEG
  11. };
  12.  
  13. #endif